SimdSet.put

Inserts the given item into the set.

  1. bool insert(T item)
  2. bool opOpAssign(T item)
  3. alias insertAnywhere = insert
  4. alias put = insert
    struct SimdSet(T, Allocator = Mallocator)
    alias put = insert

Return Value

true if the item was inserted or false if it was already present

Meta